Learn R Programming

Directional (version 6.1)

Probability density function of the circular (wrapped) exponential distribution: Probability density function of the circular (wrapped) exponential distribution

Description

Probability density function of the circular (wrapped) exponential distribution.

Usage

pcircexp(u, lambda, rads = FALSE)

Value

The probability that of x being less than u, where u follows the wrapped exponential distribution.

Arguments

u

A numerical value, either in radians or in degrees.

lambda

The \(\lambda\) parameter. This must be positive.

rads

If the data are in radians, this should be TRUE and FALSE otherwise.

Author

Michail Tsagris.

R implementation and documentation: Michail Tsagris mtsagris@uoc.gr.

Details

This value calculates the probability of x being less than u.

References

Jammalamadaka, S. R. & Kozubowski, T. J. (2003). A new family of circular models: The wrapped Laplace distributions. Advances and Applications in Statistics, 3(1), 77-103.

See Also

pvm, circ.summary, dvm

Examples

Run this code
pcircexp(c(1, 2), 2, rads = TRUE)

Run the code above in your browser using DataLab